@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;400;600;700;800&display=swap');

:root {
    --primary-color: #a1785c;
    --primary-opacity-color: #a1785ca3;
    --primary-faint-color: rgba(161, 120, 92, 0.1);
    --light-white: #f5f5f5;
    --violt-color: #711a75;
    --pink-opacity: rgba(238, 82, 83, 0.2);
    --semantic-red: #ee5253;
    --semantic-green: #5aab54;
    --semantic-blue: #4594e1;
    --semantic-violt: #711a75;
    --dark-brown: #6b3e2e;
    --main-black: #101728;
    --semantic-orange: #f49c18;
    --neutral-gray: #b2bec3;
    --neutral-silver: #edeff0;
    --neutral-white: #f4f9eb;
    --neutral-gray: #b2bec3;
    --neutral-gray-light: #ced4da;
    --neutral-dark-gray: #636e72;
    --neutral-blue: #4594E1;
    --semantic-yellow: #ffe142;
    --yellow: #ffe142;
    --neutral-green: #389335;
    --dark-black: #444;
    --white: #fff;
    --sm-shadow: 0px 3px 17px 0px rgb(0 0 0 / 5%);
    --md-border-radius: 20px;
    --heart_red: #ee5253;
    --gold: #FFCF13;
    --very-dark-grey: #4F4F4F;
    --status-gray: rgba(201, 201, 201, 0.25);
    --status-purple: rgba(113, 26, 117, 0.25);
    --status-blue: rgba(69, 148, 225, 0.25);
    --status-green: rgba(149, 204, 58, 0.25);
    --status-red: rgba(238, 82, 83, 0.25);
    --border-color: #a1785c75;
}
.pr-05{
    padding-right:2.5px;
}
.clickable_div {
    cursor: pointer;
    z-index: 20;
    border-radius: 15px;
    border: 1px solid var(--border-color) !important;
}

.main_loader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    width: 20px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.fs {
    color: var(--main-black);
}

@font-face {
    font-family: dinNext;
    src: url("../fonts/din-next-lt-w23-medium.woff2") format("woff2");
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: dinNext;
    src: url("../fonts/din-next-lt-w23-regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}


body {
    font-family: 'dinNext', sans-serif;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.site {
    /* direction: rtl; */
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-53 {
    font-size: 53px;
}

.w-124px {
    width: 124px !important;

}

.b-ground-brown {
    background: var(--dark-brown) !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-53 {
    font-size: 53px;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-60 {
    z-index: 60;
}

.z-70 {
    z-index: 70;
}

.z-80 {
    z-index: 80;
}

.z-90 {
    z-index: 90;
}

.z-100 {
    z-index: 100;
}

.w-65 {
    width: 65%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-32px {
    width: 32px;
}
.w-30px {
    width: 30px;
}

.w-38 {
    width: 38%;
}

.w-24px {
    width: 24px !important;
}

.w-38px {
    width: 26px !important;
}

.padding_customer {
    padding-left: 107px !important;
}

.w-50 {
    width: 50%;
}

.height_customer {
    height: 40px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.netural-gray {
    color: var(--neutral-gray);
}

.semantic-red {
    color: var(--semantic-red);
}

.semantic-yellow {
    color: var(--semantic-yellow);
}

.main-black {
    color: var(--main-black);
}

.dark-brown {
    color: var(--dark-brown);
}

.primary-color {
    color: var(--primary-color);
}

.neutral-silver-color {
    color: var(--neutral-silver);
}

.h-100vh {
    height: 100vh;
}

.h-30px {
    height: 30px;
}

.netural-dark-gray {
    color: var(--neutral-dark-gray);
}

.neutral-gray {
    color: var(--neutral-gray);
}

.semantic-green {
    color: var(--semantic-green);
}

.dark-brown {
    color: var(--dark-brown);
}

.red {
    color: var(--heart_red);
}

.very-dark-grey {
    color: var(--very-dark-grey) !important;
}

.dark-black {
    color: var(--dark-black) !important;
}


.yellow {
    color: var(--semantic-yellow);
}

.gray {
    color: var(--neutral-gray);
}

.brown {
    color: var(--dark-brown)
}

.yellow_seller {
    color: #F49C18 !important;
}

.neutral-dark-gray {
    color: var(--neutral-dark-gray) !important;
}

.semantic-blue {
    color: var(--semantic-blue);
}

.w-16 {
    width: 16px;
}

.mt--2 {
    margin-top: -2%;
}

.mt--3 {
    margin-top: -3%;
}

.mt--4 {
    margin-top: -4%;
}
.form-payment-margin {
    margin-top: 2% !important;
}

.bg-black {
    background-color: #1b1b1b;
}

/* Overlay */
.overlay_review {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0005;
}

.overlay_review .aside_review {
    background: #fff;
    height: 100%;
    max-width: 400px;
    width: 100%;
}

.aside_review {
    transition: all .3s linear;
}

.close_aside_review {
    transform: translateX(100%);
}

.overlay_reivew {
    transition-delay: .5s;
}



/*vertical line*/
.vl {
    border-left: 1px solid grey;
    height: 30px;
}

.vl2 {
    border-left: 1px solid grey;
    height: 50px;
}

.w-200px {
    width: 200px;
}

.w-175px {
    width: 175px;
}

.w-150px {
    width: 150px;
}

.w-125px {
    width: 125px;
}

.w-120px {
    width: 120px;
}

.w-100px {
    width: 100px;
}

.w-75px {
    width: 75px;
}

.w-60px {
    width: 60px;
}

.w-50px {
    width: 50px;
}

.w-25px {
    width: 25px;
}

.w-25 {
    width: 25%;
}

.w-20px {
    width: 20px;
}

.w-14px {
    width: 14px !important;
}

.pr-32 {
    padding-right: 32px;
}

.text-green {
    color: var(--neutral-green);
}

.font-bold {
    font-weight: bold;
}

.w-46 {
    width: 46%;
}

.font-size-x {
    font-size: 21px;
}

/* rate */
.overlay {
    background: var(--primary-faint-color);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

.overlay.active {
    pointer-events: fill;
}

.overlay aside {
    width: 360px;
    height: 100vh;
    background: var(--white);
    padding: 20px;
    transition: all 0.1s linear;
}

.overlay aside.close {
    transform: translateX(100%);
}

.overlay aside .logo_container {
    border-bottom: 1px solid var(--neutral-silver);
    padding-bottom: 17px;
}

.overlay aside .logo {
    width: 77px;
}

.overlay aside li {
    padding: 16px 0;
}

.overlay aside .close svg {
    width: 24px;
}

.star_rate {
    cursor: pointer;
    transition: .2s linear;
}

.star_rate.checked {
    color: var(--gold);
}

.star_rate.active {
    color: var(--semantic-yellow);
}

.review_textarea {
    resize: initial;
    border-radius: 8px;
}

.review_loader {
    width: 20px;
    height: 20px;
    border: 3px solid;
    border-color: var(--white) transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.color-black {
    color: var(--main-black) !important;
}

.color-white {
    color: var(--white) !important;
}

/* rate */

/* general */
.bottom--23 {
    bottom: -20px;
}

.border-right {
    border-right: 1px solid;
    border-color: #B2BEC3;
}

.border-left {
    border-left: 2px solid;
}

.border-top {
    border-top: 2px solid;
}

.border-bottom {
    border-bottom: 2px solid;
}

.border-brown {
    border-color: var(--light-white);
}

.border-light {
    border-color: var(--dark-brown);
}

.cursor_default {
    cursor: auto
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.active .btn-pager {
    background: var(--primary-color);
    box-shadow: none !important;
    outline: none;
}

.active .btn-pager {
    color: var(--white);
}

.btn.clickable {
    transition: all .3s linear;
}

.btn.clickable:active {
    transform: scale(.8);
}

.btn-primary:active {
    outline: none;
}

.max-width-900 {
    max-width: 900px !important;
}
@media screen and (max-width: 760px) {
    .max-width-900 {
        max-width: 220px !important ;
            width: 100%;
            margin: auto;
            font-size: 13px;
    }
}

/* @media screen and (max-width: 410px) {
    .max-width-900 {
        max-width: 220px !important;
        width: 100%;
        margin: auto;
        font-size: 13px;
    }
} */
.max-width-fit {
    max-width: fit-content;
}

.form-extra .extra_padding {
    padding: 4px 0;
}

.modal-xl {
    max-width: 1140px;
}

.modal-content-adjustify {
    min-height: 82vh;
    display: flex;
    justify-content: center;
    padding: 0 44px !important;
}

.rounded-sm-qimma {
    border-radius: 10px;
}

.rounded-md-qimma {
    border-radius: 20px;
}


.rounded-lg-qimma {
    border-radius: 30px;
}

.left-2 {
    left: 2px;
}

.left-10 {
    left: 10px;
}

.left-20 {
    left: 20px;
}

.left-30 {
    left: 30px;
}

.status {
    width: 82px;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutral-green);
}

.edit_btn {
    width: 16px;
}

.breif {
    padding: 0 0px 0 17px
}

.brown_sec h2 {
    color: var(--dark-brown);
}

i {
    font-style: normal;
    margin: 1px;
}

.pretend_as_a_link {
    color: var(--semantic-blue);
    font-size: 13px;
    font-weight: bold;
}

.rtl {
    direction: rtl;
}

a {
    text-decoration: none;
}

a.primary {
    color: var(--primary-color);
}

.hide {
    opacity: 0;
    pointer-events: none;
}

.form-control {
    font-size: 14px;
    font-weight: bold;
    color: var(--dark-black);
}

.br-20-top {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



.box-shadow {
    box-shadow: var(--sm-shadow);
}

.rounded-md {
    border-radius: 20px;
}

.no-border {
    border: none !important;
    border-width: 0px;
}

.no-border-left {
    border-left: none !important;
}

.yellow_border {
    border: 1px solid #F49C18 !important;
}

hr {
    background: var(--border-color);
}

.tapper {
    border-width: 2px !important;
    padding-bottom: 4px;
    cursor: pointer;
}

.tapper.active {
    border-color: var(--dark-brown) !important;
}

.max-h-200 {
    max-height: 200px;
}

.max-h-300 {
    max-height: 300px;
}

.h-300 {
    max-height: 300px;
}

.h-14px {
    height: 14px !important;
}

.qimma_sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 55px;
    padding-top: 35px;
    direction: rtl;
}

.qimma_title {
    font-size: 28px;
    margin-bottom: 39px;
    font-weight: bold;
}

.qimma_product_title {
    font-size: 32px;
    font-weight: bold;
}

.qimma_header {
    display: flex;
    align-items: center;
    width: 100% !important;
    direction: rtl;
}

.qimma_card {
    border: none;
    box-shadow: var(--sm-shadow);
    border-radius: var(--md-border-radius);
}

.qimma_card_arrow::before {
    content: '';
    background-image: url(../images/dropdown/chevron.svg);
    background-repeat: no-repeat;
    transform: rotate(270deg) scale(0.5);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 21px;
}

.qimma_label_title {
    color: var(--neutral-dark-gray);
    font-weight: bold;
}

.qimma_label_val {
    font-size: 22px;
}

.qimma_label_val {
    color: var(--main-black);
    font-size: 14px;
    font-weight: bold;
}

.divider {
    border-left: 1px solid var(--neutral-gray);
}

.qimma_small_star {
    font-size: 19px;
    font-weight: bold;
    color: var(--semantic-yellow);
}

.qimma_large_txt {
    font-size: 20px !important;
}

.qimma_hidden {
    opacity: 0;
    transition: all .2s linear;
}



.qimma_sec h2 {
    color: var(--main-black);
}

.font-weight-bold {
    font-weight: bold;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-100 {
    min-height: 100px;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

a.navigator {
    color: var(--main-black);
}

.img_icons {
    width: 19px;
}

.alert_icon {
    width: 14px;
}

a.navigator:hover {
    color: var(--primary-color);
}

svg.hoverable {
    cursor: pointer;
}

svg.hoverable {
    transition: all 0.3s linear;
}

object.countries {
    width: 36px !important;
    height: 28px !important;
}

.transition {
    transition: all 0.3s linear;
}

.transition-fast {
    transition: all 0.1s linear;
}

.text-right {
    text-align: right;
}
.text-align-right {
    text-align: right;
}

.cursor_pointer {
    cursor: pointer;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.left-2 {
    left: 0px;
}

.left-2 {
    left: 2px;
}

.left-10 {
    left: 10px;
}

.left-15 {
    left: 15px !important
}


.left-20 {
    left: 20px;
}

.left-24 {
    left: 24px !important
}

.left-30 {
    left: 30px;
}
.right-none {
    right: auto !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

a.custom_link {
    color: var(--main-black);
    transition: all .2s linear;
}

a.custom_link:hover {
    color: var(--primary-color);
}

a.full_link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.top--5 {
    top: -5px;
}

.left-1 {
    left: 1px;
}

.btn-primary {
    /* padding: 10px 10px; */
    background: var(--primary-color);
    border: none;
    transition: all 0.2s linear;
    /* height: 38px; */
}
@media (min-width: 1200px) {
    .btn-primary {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-primary {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-primary {
        font-size: 13px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .btn-primary {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .btn-primary {
        font-size: 11px;
    }
}

.btn-shortcut-primary {
    padding: 12px 36px;
    border: none;
    transition: all 0.2s linear;
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--dark-brown);
    border-color: var(--dark-brown);
}

.btn-primary:hover i {
    fill: var(--white) !important;
}

.btn-primary i {
    margin-right: 13px;
    font-size: 10px;
}



.btn-shortcut {
    /* height: 44px; */
    font-size: 13px;
    font-weight: bold;
    color: var(--primary-color);
    /* background: transparent; */
    border: 2px solid;
    /* padding-bottom: 26px; */
    transition: all 0.2s linear;
    margin-right: auto !important;
    border-radius: 10px;
}

.btn-shortcut {
    color: var(--dark-brown);
}

.dashed-line {
    width: 100px;
    border-bottom: 1px dashed;
    border-color: var(--neutral-gray);
}

/* inputs */
.search {
    height: 42px;
    outline: none;
}

.search:active,
.search:focus,
.results:hover .search,
.results:hover {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.results h3 {
    padding: 12px 0 !important;
}

.results h3.border-bottom {
    border-bottom: 1px solid var(--neutral-silver);
}

.search:focus+.results,
.results:active,
.search_wrapper:focus .results {
    background: var(--white);
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    opacity: 1;
    pointer-events: fill;
}

.filter_category {
    height: 210px;
    overflow-y: scroll;
}

.filter_category::-webkit-scrollbar {
    width: 0px;
}

.results .results_wrapper {
    padding-top: 19px;
    padding-bottom: 14px;
}

.results .results_wrapper a {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    color: var(--main-black);
    transition: all 0.3s linear;
}

.results .results_wrapper a:hover {
    color: var(--primary-color);
}

.results {
    opacity: 0;
    pointer-events: none;
}

.search_container .empty_results svg {
    width: 22px;
    position: absolute;
    padding: top;
    top: 12px;
    right: 9px;
}

/* dropdown */

.dropdown-item {
    cursor: pointer;
}

.text_dropdown {
    font-weight: bold;
    color: var(--dark-brown);
    font-size: 20px;
    border-bottom: 1px solid var(--neutral-silver);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    padding-left: 28px;
}

.dropdown .megamenu {
    top: 10px;
    display: block;
    opacity: 0;
}

.dropdown:hover .megamenu {
    top: 18px;
    pointer-events: fill;
}

.dropdown-menu {
    position: absolute !important;
}

.mega_part {
    padding: 7px 23px;
}

.mega_part:not(:last-child) {
    border-left: 1px solid var(--neutral-silver);
}


.dropdown::before {
    content: "";
}

.dropdown-menu li {
    padding: 11px 0;
}

.dropdown-menu.megamenu li {
    padding: 4px 0 !important;
}

.dropdown-menu li span {
    padding-left: 8px;
}

.dropdown-item {
    padding: 2.2px 11.3px;
}

.dropdown-item.active,
.dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.dropdown-item span {
    padding: 12.75px;
}

.dropdown-large {
    min-width: 400px;
}

.dropdown img {
    width: 136px;
    display: flex;
    justify-content: center;
}

/* .dropdown svg {
    width: 19px !important;
} */

.dropdown .chevron svg {
    width: 10px !important;
}

.dropdown a:not(.navigator) {
    font-weight: bold;
    font-size: 16px;
}

.dropdown .navigator {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown:hover .navigator {
    color: var(--dark-brown);
}

.dropdown .navigator:hover+.megamenu,
.megamenu:hover {
    opacity: 1;
}

.dropdown .megamenu .partion {
    width: 2px;
}

.protion {
    border-left: 1px solid var(--neutral-silver);
    padding-right: 40px;
}

.protion .column {}

.rotate-180 {
    transform: rotate(180deg);
}

/* headers */
header {
    min-height: 40px;
    /* box-shadow: 0px 20px 60px 6px rgba(0, 0, 0, 0.05); */
}

header .upper_header {
    background-image: url("../images/headers/upperheader.svg");
    background-repeat: repeat-x;
    height: 39.65px;
    margin-top: 4.19px;
}

header .middle_header {
    border-bottom: 1px solid var(--neutral-silver);
    min-height: 130.65px;
    background-color: var(--white);
}

header .middle_header .mh_sec_1 {
    padding-top: 59.35px;
}

header .middle_header .lang {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-brown);
}

header .item_margin {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .item_inside_margin {
    margin: 0 10px;
}

header object.chevron {
    width: 13px;
}

header object:not(.chevron) {
    width: 19px;
}

.search_wrapper {
    min-width: 382px;
}

header .search {
    border-radius: 10px;
    border: 1px solid var(--border-color);
    left: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-right: 37px;
}

header .results {
    max-width: 382px;
}

header .search::placeholder {
    color: var(--neutral-gray);
    font-family: "dinNext", sans-serif;
    overflow-x: hidden;
}

header nav {
    height: 57px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

header nav li {
    padding-left: 25px;
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 1400px) {
    header nav li {
        padding-left: 20px;
    }
}

header nav li a {
    font-weight: bold;
}

.close_small_search {
    right: 5px;
}

.small_bell_notification {
    font-size: 14px;
    position: absolute;
    font-weight: bold;
    width: 18px;
    height: 17px;
    background: var(--heart_red);
    background: red;
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    border-radius: 50%;
    right: -9px !important;
    top: 6px !important;
}

/* Footer */

footer {
    box-shadow: var(--sm-shadow);
    background: linear-gradient(269.5deg, #6b3e2e 0%, #8f6548 100%);
}

.footer_links p:hover {
    color: var(--dark-brown);
}


.footer {
    background-color: var(--white);
}

.footer_bar {
    background: linear-gradient(269.5deg, #6b3e2e 0%, #8f6548 100%);
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -20px 60px 6px rgba(0, 0, 0, 0.05);
    border-radius: 30px 30px 0px 0px;
    min-height: 140px;
}

.footer_bar_right {
    padding-top: 20px;
}

.footer_bar h1,
.footer_bar h2 {
    color: white;
    text-align: right;
}

.footer_bar h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
}

.footer_bar h2 {
    font-size: 20px;
    line-height: 38px;
    text-align: right;
    height: 38px;
    margin-top: -12px;
}

.footer_bar_left {
    margin-left: 170px;
    padding-top: 20px;
}

.footer_bar_left input {
    border-radius: 10px;
    /* width: 380px; */
    height: 45px;
}

.footer_bar_left input::placeholder {
    color: var(--neutral-gray);
    opacity: 1;
}

.footer_bar_left input:last-child {
    border-radius: 10px;
    width: 100px;
    height: 45px;
    background-color: var(--main-black);
    margin-right: 15px;
}

.footer_links {
    border-radius: 0px;
    padding-top: 40px;
}

.footer_links h6 {
    font-size: 20px;
    color: var(--main-black);
    font-style: bold;
}

.footer_links p {
    font-size: 16px;
    padding: 0% !important;
    margin-bottom: 6% !important;
}

.footer_links span {
    font-size: 18px;
    color: var(--semantic-orange);
}


g .object_icon {
    padding-left: 2%;
}

.object_icon .objectfav {
    width: 10px !important;
}

.footer_icons .object {
    margin: 7px;
}

.footer_hr {
    color: var(--neutral-gray);
    width: 80%;
    align-items: center;
    margin-left: 168px;
}

.footer_end h4 {
    font-size: 17px;
}

.pull-right {
    margin-left: 68%;
}

/* end footer */

/* start small component */
.small_component .row {
    padding: 0%;
}

/* .small_component {
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 15px;
    background: var(--white) fff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
} */

.thumbnail img {
    width: 100% !important;
    min-height: 180px;
}

.small_component_text * {
    margin: 0% 0%;
}

.small_component_text,
.small_component_fashion {
    padding: 0% 3%;
    margin-top: 5%;
}

.small_component_text h2 {
    font-style: bold;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    align-items: center;
    /* text-align: right; */
    color: var(--main-black);
}

.small_component_text img {
    position: absolute;
    margin-top: 6px;
    width: 30% !important;
}

.small_component_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: var(--neutral-gray);
    margin-bottom: -2%;
}

.small_component_text .btn {
    background-color: var(--pink-opacity);
    color: var(--semantic-red);
    display: flex;
    margin-left: 4%;
    font-weight: bold;
    width: 60px;
    height: 30px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}

.small_component_line {
    width: 88%;
    align-items: center;
    text-align: center;
    margin-right: 5%;
    margin-top: 2.5%;
    color: var(--neutral-gray);
}

.small_component_fashion_text {
    margin-right: 2%;
    margin-bottom: 3%;
}

.small_component_fashion_text h5 {
    /* margin-right: 1%; */
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-black);
}

.small_component_fashion_text span {
    color: var(--yellow);
    /* padding-left: -10%; */
}

.small_component_fashion_text .star {
    padding-left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.8px;
    margin-right: 2.8px;
    margin-left: -2.81px;
}

.small_component_icon {
    width: 35%;
}

/* end small component */
.small_component_image .btn {
    color: white;
    position: absolute;
    margin: 1.5%;
    font-weight: bold;
}

.small_component_image .btn2 {
    background-color: var(--violt-color);
}

.small_component_image .btn-success,
.small_component_image .btn2 {
    font-size: 15px;
    right: 6px;
    top: 10px;
}



/*  start image container */
.image_component img {
    width: 100%;
    height: 600px;
    border-radius: var(--md-border-radius);
    box-shadow: var(--sm-shadow);
}

.container{
    direction: rtl;
}
/*  end image container */

/*  start circle container */
.circle_component .rounded-circle {
    border: solid var(--neutral-gray) 4px;
    padding: 4.8px;
}

.circle_component .rounded-circle.active {
    border: solid var(--semantic-green) 4px;
}

.circle-green {
    border: solid var(--semantic-green) 4px;
    width: 100% !important;
    border-radius: 50%;
}

.circle-gray {
    border: solid var(--neutral-gray) 4px;
    padding: 4.8px;
    width: 100% !important;
    border-radius: 50%;
}

/*  end circle container */

/*start wissam component */
.wissam_component {
    margin-top: -25%;
    width: 92%;
}

.padding_famous {
    padding: 2px 24px;
}

.wissam_component .card {
    margin-top: 4%;
    width: 200px;
    box-shadow: var(--sm-shadow);
    border-radius: 20px;
    position: relative;
    border: none;
    margin-bottom: 2%;
    margin-right: 2%;
}

.cover-photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.profile {
    position: absolute;
    width: 70% !important;
    bottom: -60px;
    right: 28px;
}

.profile_star {
    position: absolute;
    bottom: -60px;
}

.star_component_text {
    height: 120px;
    width: 100%;
}

.wissam_component_text h5 {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    color: var(--main-black);
}

.wissam_component_text:not(.famous_text) {
    min-height: 192px
}

.wissam_component .medal {
    width: 30px;
}

.wissam_component_text h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    align-items: center;
    color: var(--main-black);
    display: flex;
    flex-wrap: wrap;
    width: 170px;
}

.wissam_component_icon {
    align-items: center;
    margin-right: 30%;
    color: var(--yellow);
    font-weight: bold;
    width: 40%;
}


.shaping {
    margin-top: 74px;
    position: relative;
}



/*end wissam component */

/* owl carousel */

.owl-nav button {
    height: 100%;
    top: 0 !important;
    width: 116px !important;
    margin: 0 !important;
}

.owl-nav button.owl-prev {
    background: linear-gradient(270deg, white, white, transparent) !important;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.2s linear;
}


.owl-nav button.owl-next i {
    position: absolute;
    left: 3px;
}

.owl-nav button i img {
    width: 8px;
}

.owl-nav button i img.next {
    transform: rotate(180deg);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--dark-brown);
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--primary-opacity-color);
}

.owl-thumbnail {
    border-radius: 10px;
    cursor: pointer;
}

.thumpnail_item {
    height: 121px;
    border-radius: 20px;
}

.thumpnail_item img {
    object-fit: contain;
}

.say_about_us .owl-nav button.owl-prev,
.say_about_us .owl-nav button.owl-next {
    opacity: 1 !important;
}

.hero button.owl-prev {
    background: transparent !important;
    position: absolute;
    right: 20px;
    opacity: 0;
    transition: all 0.2s linear;
}

.hero .owl-nav button.owl-next {
    background: transparent !important;
    position: absolute;
    left: 20px;
    opacity: 0;
    transition: all 0.2s linear;
}

.hero .owl-nav button.owl-next i {
    position: absolute;
    left: 3px;
}

.owl-nav button.owl-prev i {
    position: absolute;
    right: 3px;
}

.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
    opacity: 1;
}

.owl-nav button.owl-next {
    background: linear-gradient(90deg, white, white, transparent) !important;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.2s linear;
}

.owl-nav button {
    width: 20px;
    color: var(--main-black);
    transform: inherit;
}

.owl-nav button i {
    width: 25px;
    height: 24px;
    color: var(--main-black);
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0px 0px 5px #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

/* register page */
.card-body .register {
    text-align: center;
    line-height: 7.2px;
    font-size: 30px;
    font-weight: bold;
}

.ex_products {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: var(--neutral-dark-gray);
    text-align: center;
    line-height: 1px;
}

.form-register {
    padding: inherit;
}

.form-register label {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    display: flex;
    text-align: right;
    color: var(--main-black);
}

.form-register .select {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: none;
    padding-left: 34px;
    border: 1px solid #adb5bd;

    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: right;
    color: var(--neutral-dark-gray);
    mix-blend-mode: normal;
}

.form-register .select .option {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    display: flex;
    text-align: right;
    color: var(--main-black);
}

.form-register .form-control {
    background: var(--white) fff;
    mix-blend-mode: normal;
    border: 1px solid #ced4da;
    border-radius: 7px;
    min-height: 44px;
}

.form-register button {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    mix-blend-mode: normal;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-register button:disabled {
    background: #ccc !important;
    color: var(--bs-dark);
}

.form-register button:disabled svg {
    stroke: var(--main-black);
}

.form-register button:disabled svg path {
    stroke: var(--main-black);
    fill: var(--main-black);
}

.form-register .row .female {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    align-items: center;
}

.form-register .row .male {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black);
    align-items: center;
}

.form-adjustify .form-group input {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    /* left: 1420px; */
    /* top: 1099px; */
    background: var(--white) fff;
    border: 1px solid #5aab54;
    border-radius: 4px;
}

.form-adjustify .form-group h4 {
    left: 53.12%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-align: right;
    color: var(--main-black);
    padding: inherit;
    line-height: initial;
}

.form-adjustify .form-group span {
    text-decoration: underline;
    color: var(--primary-color);
}

.form-date {
    padding: 10px !important;
    border: 1px solid var(--neutral-gray-light);
}

.shadow {
    box-shadow: var(--sm-shadow)
}

/* /* hero section
@media screen and (min-width: 2440px) {
    .hero .item {
        height: 56vh;
    }
}

@media screen and (min-width: 2221px) and (max-width: 2439px) {
    .hero .item {
        height: 51vh;
    }
}

@media screen and (min-width: 2120px) and (max-width: 2220px) {
    .hero .item {
        height: 49vh;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2119px) {
    .hero .item {
        height: 46vh;
    }
}

@media screen and (min-width: 1870px) and (max-width: 2099px) {
    .hero .item {
        height: 58vh;
    }
}

@media screen and (min-width: 1748px) and (max-width: 1869px) {
    .hero .item {
        height: 56vh;
    }
}

@media screen and (min-width: 1650px) and (max-width: 1747px) {
    .hero .item {
        height: 52vh;
    }
}

@media screen and (min-width: 1530px) and (max-width: 1650px) {
    .hero .item {
        height: 48vh;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1530px) {
    .hero .item {
        height: 45vh;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) {
    .hero .item {
        height: 41vh;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1250px) {
    .hero .item {
        height: 48vh;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1199px) {
    .hero .item {
        height: 47vh;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1149px) {
    .hero .item {
        height: 45vh;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1049px) {
    .hero .item {
        height: 43vh;
    }
}

@media screen and (min-width: 960px) and (max-width: 999px) {
    .hero .item {
        height: 40vh;
    }
}

@media screen and (min-width: 920px) and (max-width: 959px) {
    .hero .item {
        height: 37vh;
    }
}

@media screen and (min-width: 880px) and (max-width: 919px) {
    .hero .item {
        height: 36vh;
    }
}

@media screen and (min-width: 850px) and (max-width: 880px) {
    .hero .item {
        height: 34vh;
    }
}


@media screen and (min-width: 820px) and (max-width: 850px) {
    .hero .item {
        height: 33vh;
    }
}

@media screen and (min-width: 760px) and (max-width: 820px) {
    .hero .item {
        height: 32vh;
    }
}


@media screen and (min-width: 700px) and (max-width: 760px) {
    .hero .item {
        height: 31vh;
    }
}


@media screen and (min-width: 610px) and (max-width: 699px) {
    .hero .item {
        height: 26vh;
    }
}


@media screen and (min-width: 570px) and (max-width: 610px) {
    .hero .item {
        height: 25vh;
    }
}

@media screen and (min-width: 525px) and (max-width: 570px) {
    .hero .item {
        height: 23vh;
    }
}


@media screen and (min-width: 480px) and (max-width: 525px) {
    .hero .item {
        height: 17vh;
    }
}

@media screen and (min-width: 420px) and (max-width: 479px) {
    .hero .item {
        height: 134px;
    }
}


@media screen and (min-width: 382px) and (max-width: 419px) {
    .hero .item {
        height: 128px;
    }
}


@media screen and (min-width: 360px) and (max-width: 381px) {
    .hero .item {
        height: 112px;
    }
}

@media screen and (max-width: 360px) {
    .hero .item {
        height: 100px;
    }
} */
 */


/* .hero .item h2 {
    font-size: 42px;
    font-weight: bold;
    color: var(--main-black);
}

.hero .item p {
    font-size: 17px;
    color: var(--main-black);
    font-weight: bold;
    max-width: 430px;
} */

.btn-prev {
    color: var(--primary-color) !important;
    background-color: none;
    border: 1px solid var(--primary-color);

}

.btn-addition-border {
    border: 2px solid var(--primary-color);
}

/* .hero .item .btn {} */

.form-adjustify .submit .btn,
.final-section .submit .btn {
    justify-content: center;
    width: 100%;
    height: 50px;
    background: var(--primary-color);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    border-radius: 10px;
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: var(--white);
    flex: none;
    opacity: 1 !important;
    margin: 0;
}

.submit h4 {
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #6b3e2e;
}

.form-adjustify .optional {
    font-size: 16px;
    line-height: 36px;
    color: var(--neutral-dark-gray);
    margin-right: 9px;
}

/*checkbox*/

/*flag / tel number*/

.iti--allow-dropdown input {
    padding-left: 240px !important;
}

.label-checkbox {
    font-size: 17px !important;
}



/* Path */

.path_bullets .nav.path li {
    padding: 10px !important;
    font-weight: bold;
    color: var(--neutral-dark-gray);
}

.path_bullets .nav.path li.disactive {
    color: var(--neutral-gray);
}

/*breadcrumb*/

.bullet {
    width: 32px;
    height: 32px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 10px;
}

.bullet_line {
    color: var(--main-black);
}

.bullet.disactive {
    background-color: var(--neutral-silver);
    color: var(--neutral-gray);
    border: none;
}

.bullet.active {
    background: transparent;
    color: var(--primary-color);
    font-weight: bold;
    background: #FFFFFF;
}

.bullet.active-green {
    background: transparent;
    color: var(--semantic-green);
    font-weight: bold;
    background: #FFFFFF;
}

/*end breadcrumb*/

/* scroll to top */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

#btn-back-to-top img {
    width: 23px;
    height: 36px;
}

/* single product */
.product_container {
    padding: 0 0 40px 0;
}

.small_component_fashion_image {
    /* border: 1px solid #f4f4f4; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.product_review_num {
    font-size: 16px;
    font-weight: bold;
    color: var(--neutral-dark-gray);
}

.product_pricing .line_bar {
    width: auto !important;
}

.product_discount {
    color: var(--semantic-green) !important;
}

.product_discount .discount_num {
    font-size: 20px;
}

.discount_currency {
    font-size: 16px;
}

.zoom-detail {
    z-index: 10;
    pointer-events: none;
}

.size_variants div.size_container {
    padding: 6px 14px;
    border: 2px solid var(--neutral-silver);
    border-radius: 7px;
    font-weight: bold;
    margin: 0 11px;
}

.size_variants div.size_container.active {
    border-color: var(--main-black) !important;
}

.size_container {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.size_container span {
    font-size: 13px;
}

.color_container {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--neutral-silver) !important
}

.color_variants.active .color_container {
    border: 1px solid var(--main-black) !important
}

.color_container span {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 4px;
}

.choose_payment {
    padding: 8px;
    border: 1px solid var(--neutral-gray);
    border-radius: 12px;
    margin: 40px 0 20px;
}

.choose_payment img {
    width: 66px;
}

.cart_product_number {
    max-width: 100px;
}

.cart_product_number {
    border-radius: 5px;
    border: 1px solid #ced4da !important;
}

.cart-count ,.love_count {
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    height: 1.25rem;
    width: 1.25rem;
    background: rgba(248, 113, 113, 1);
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    border-radius: 50%;
    right: -14px;
    top: 0px;
}

.notification-count {
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    height: 1.25rem;
    width: 1.25rem;
    background: rgba(248, 113, 113, 1);
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    border-radius: 50%;
    right: -6px;
    top: 0px;
}

.counter-data {
    padding: 2px 4px 1px 4px;
    font-size: 11px;
    position: absolute;
    font-weight: bold;
    height: auto;
    width: max-content;
    background: var(--heart_red);
    background: red;
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    border-radius: 50%;
    left: 15px;
    top: 1px;
    font-weight: bold;
}

.counter-data-big {
    padding: 2px 4px 1px 4px;
    font-size: 11px;
    position: absolute;
    font-weight: bold;
    height: auto;
    width: max-content;
    background: var(--heart_red);
    background: red;
    display: flex;
    justify-content: center;
    align-content: center;
    color: var(--white);
    border-radius: 50%;
    left: 20px;
    top: 1px;
    font-weight: bold;
}

.love-count {
    padding: 0 3px;
    right: -10px;
    top: 1px;
}


.cart_product_number input {
    border-color: var(--dark-brown);
    padding: 23px 13px;
    margin-left: 10px;
    width: 105px;
}

.cart_product_number .plus {
    position: absolute;
    left: 12px;
}

.cart_product_number .minus {
    position: absolute;
    right: 12px;
}

.empty_cart img {
    padding: inherit;
    height: 63px;
    width: 100%;
    min-height: 272px;
}

.productAccordion .accordion-button::after {
    margin: 0 auto 0 0;
}

.product_out_stock {
    font-size: 15px;
    font-weight: bold;
    color: var(--semantic-red);
}

/* reviews */

.thumb svg {
    width: 19px;
}

/* payment */

.payment_component .shop_info img {
    width: 61px !important;
}

/* lightslider */

#lightSliderVertical {
    padding-right: 8px;
}

.slider_single .demo {
    width: 780px;
    margin: 20px auto;
}

.slider_single #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.slider_single li {
    display: block;
    float: left;
    cursor: pointer;
}

.slider_single img {
    display: block;
    width: 100%;
    height: 100%;
}

.lSSlideOuter.vertical .lightSlider>* {
    min-width: 550;
}

.slider_single .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

.slider_single .lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

.slider_single .lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0;
}

.slider_single .lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 106px;
    max-width: 100%;
    object-fit: cover;
    margin: 0px !important;
    width: 100%;
    border-radius: 12px;
    height: 100% !important;
}

.lSPager {
    padding-right: 0px;
    padding-left: 40px;
    width: 40px;
}

.lSPager img {
    width: 101px;
    height: 117px;
}

.product_item_slider {
    border-radius: 10px;
}

/* shop */
.shop {
    background-color: var(--neutral-white);
    border-radius: 11px;
}

.shop img.shop_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* select2 */
/* btn-google / btn-facebook*/
.btn-danger {
    background-color: var(--semantic-red) !important;
}

.btn-primary-swal.swal2-confirm {
    padding: 10px 36px !important;
    background: var(--main-black) !important;
    transition: all .3s linear;
}

.swal2-icon.swal2-warning {
    border-color: var(--main-black) !important;
    color: #1b1b1b !important;
}

.btn-primary-swal.swal2-confirm:hover {
    background-color: var(--dark-brown) !important;
}

.btn-google {
    box-sizing: border-box;
    width: 182px;
    background: #ffffff;
    border: 1px solid var(--semantic-red) !important;
    border-radius: 10px;
    color: var(--semantic-red);
}

.btn-facebook {
    box-sizing: border-box;
    width: 182px;
    background: var(--white);
    border: 1px solid #4460a0 !important;
    border-radius: 10px;
    color: #4460a0;
}

.form-adjustify img {
    padding: inherit;
    height: 36px;
}

.social_btn {
    padding: 0 0 0 11px !important;
    height: 39px;
    width: 34px;
}


.facebook-login img {
    padding: initial;
}

/* line or */
.navbar .line {
    /* width: 170px; */
    height: 0px;
    border: 0.5px solid var(--neutral-silver);
    transform: rotate(180deg);
}

.btn-login {
    width: 360px !important;
}



.country_input {
    top: -39px;
    left: 0px;
    padding: 0 10px;
}

.seller_adv .country_input {
    top: -33px;
}

/* filter bullets */

.filter_nav .filter_nav_item {
    padding: 4px 28px;
    box-shadow: var(--sm-shadow);
    border-radius: 7px;
}

.filter_nav .filter_nav_item.active {
    background-color: var(--neutral-green) !important;
    color: var(--white) !important;
}

.filter_nav_item {
    cursor: pointer;
}


/* pageing */
.pageing_nav li {
    padding: 0 13px !important;
    list-style: none !important;
}

.btn-pager {
    width: 30px;
    padding: 0;
    height: 30px;
    font-size: 12px;
}

/* Profile Navigators */

.navigator {
    color: var(--main-black);
    font-weight: bold !important;
    font-size: 14px !important;
}

@media (max-width: 1200px) {
    .navigator {
        font-size: 11px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .navigator {
        font-size: 13px !important;
    }
}

.navigator svg {
    width: 18px;
}

.li-navigator.active {
    background: var(--primary-faint-color) !important;
    border-radius: 8px !important;
}

.li-navigator.active .navigator {
    color: #A1785C !important;
}

.li-navigator svg {
    transition: all .2s linear;
}

.navigator:hover svg path {
    stroke: var(--primary-color)
}

.navigator:hover a {
    color: var(--primary-color);
}

.li-navigator.active .navigator:not(.invert) svg path {
    fill: var(--primary-color) !important;
    stroke: var(--primary-color);
}

.li-navigator.active .navigator.invert svg path {
    stroke: var(--primary-color) !important;
    fill: none !important;
}

.collection {
    width: 100%;
    margin-top: 10px;
}

.collection .iti__arrow::after {
    top: 14px !important;
}

.profile_container .gender {
    border: 1px solid;

}

.profile_container .gender.active {
    border-color: var(--primary-color);
}

.profile_container .gender:not(.active) {
    border-color: var(--neutral-gray)
}

/* orders */
.order_item {
    width: 80px;
    height: 80px;
}

.order_item .count {
    background: var(--neutral-silver);
    border-radius: 7px;
}

/*cart*/
.gray {
    color: #4F4F4F;
}

.font-cart {
    font-size: 16px;
    color: #4F4F4F;
}

.checkpoint {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.checkpoint.green {
    border: 2px solid var(--semantic-green);
}

.checkpoint.yellow {
    border: 2px solid var(--semantic-yellow);
}

.checkpoint.gray {
    border: 2px solid var(--neutral-gray);
}

.checkpoint.brown {
    border: 2px solid var(--dark-brown);
}

.line-dashed {
    border-bottom: 2px dashed var(--neutral-gray);
}

/* Color Balls */

.blue_ball {
    width: 10px;
    height: 10px;
    background: var(--semantic-blue);
    border-radius: 50%;
}

.blue_red {
    width: 10px;
    height: 10px;
    background: var(--semantic-red);
    border-radius: 50%;
}

.blue_yellow {
    width: 10px;
    height: 10px;
    background: var(--semantic-yellow);
    border-radius: 50%;
}

.blue_orange {
    width: 10px;
    height: 10px;
    background: var(--semantic-orange);
    border-radius: 50%;
}

.ball-transparent {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* love  btn*/
.loved svg path {
    fill: var(--semantic-red);
    stroke: var(--semantic-red);
}

.love_btn svg path {
    transition: all .3s linear;
    cursor: pointer;
}

.lovedd svg path {
    fill: var(--semantic-red);
    stroke: var(--semantic-red);
}

.love_btnn svg path {
    transition: all .3s linear;
    cursor: pointer;
}

/* commission */
.flag_button {
    width: 184px;
}

.flag_shop {
    width: 100px;
    height: 100px;
    background-image: url(../front_assets/flags/saudie_arabia.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.link img {
    margin: 10px 27px;
    width: 36px;
}

.panals .edit,
.panals .delete {
    width: 23px;
}

.action_copy:before {
    content: 'تم المسح';
    width: 104px;
    height: 30px;
    position: absolute;
    background: var(--dark-brown);
    color: #fff;
    font-size: 14px;
    border-radius: 9px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 26px;
    margin: 24px 10px;
}

/* points */
.frame_points {
    background: url(../images/headers/point_frame.png);
    height: 30px;
    background-size: cover;
}

.points .i_icons {
    width: 18px !important;
    position: relative !important;
}

/* Tippy */

.tippy-box[data-theme~='qimma'] {
    background-color: var(--neutral-dark-gray);
    color: var(--white);
}

.tippy-box[data-theme~='qimma'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: var(--neutral-dark-gray);
}

.tippy-box[data-theme~='qimma'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: var(--neutral-dark-gray);
}

.tippy-box[data-theme~='qimma'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: var(--neutral-dark-gray);
}

.tippy-box[data-theme~='qimma'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: var(--neutral-dark-gray);
}


.btn_custom_primary {
    background-color: var(--dark-brown) !important;
}

.btn_custom_primary:hover {
    background-color: var(--primary-color) !important;
}

.wissam_image {
    top: -130px;
}

/* tablet */
.gender.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.gender {
    border-radius: 10px;
}

.text-grey {
    color: var(--neutral-dark-gray);
}

.mr-9 {
    margin-right: 9px;
}

.w-32 {
    width: 32%;
}



.btn-seller-login {
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    color: var(--primary-color);
    background: transparent;
    border: 1.5px solid #A1785C;
    padding-bottom: 26px;
    transition: all 0.2s linear;
}

.multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: 0px;
    top: 0px;
    text-align: end;
    font-size: 19px;
    color: #5AAB54;
}

.multi-select .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 11px;
}

.multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(149, 204, 58, 0.25);
    border-radius: 6px;
}

.multi-select .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    color: #5AAB54;
    margin-left: 8px;

}


a::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
}

/* Three dots */

.simple-loader {
    width: 20px;
    height: 20px;
    border: 1px solid var(--white);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.product-loader {
    width: 150px;
    height: 150px;
    border: 3px solid var(--light-white);
    border-bottom-color: var(--dark-brown);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.verfication_loader {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: var(--white) transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.verfication_loader.small_loader {
    width: 10px;
    height: 10px;
}

.verfication_loader.loader_black {
    border-top-color: var(--main-black);
    border-bottom-color: var(--main-black);
}

@keyframes animloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.add_to_cart .loader_text {
    transition: all .2s linear;
}

.add_to_cart.active .loader_text {
    opacity: 0;
}

.add_to_cart .loading {
    opacity: 0;
    transition: all .2s linear;
    transition-delay: .2s;
    top: -10px;
}

.add_to_cart .done {
    opacity: 0;
    transition: all .2s linear;
    top: 10px;
}

.add_to_cart.active .loading {
    opacity: 1;
    top: 10px;
}

.add_to_cart.active,
.add_to_cart.active:focus,
.add_to_cart.active:active {
    background-color: var(--main-black);
}


.cart-button {
    position: relative;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: .3s ease;
}

.cart-button:active {
    transform: scale(.9);
}

.cart-button .fa-shopping-cart {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 2rem;
}

.cart-button .fa-box {
    position: absolute;
    top: -20%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 1.2rem;
}

.cart-button .add-to-cart,
.cart-button .added {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-button .loading {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.cart-button.loading {
    background-color: var(--main-black);
}

.cart-button.loading .loading {
    opacity: 1;
}

.cart-button.loading .add-to-cart {
    opacity: 0;
}

.cart-button .added {
    opacity: 0;
}

.cart-button.added_succ {
    background-color: var(--main-black);
}

.cart-button.added_succ .add-to-cart {
    display: none;
}

.cart-button.added_succ .cart_icon {
    animation: cart 1.5s ease-in-out forwards;
}

.cart-button.added_succ .cart_boxes {
    animation: box 1.5s ease-in-out forwards;
}

.cart-button.added_succ .add-to-cart {
    animation: text1 1.5s ease-in-out forwards;
}

.cart-button.added_succ .added {
    animation: text2 1.5s ease-in-out forwards;
}

@keyframes cart {
    0% {
        left: -10%;
    }

    40%,
    60% {
        left: 50%;
    }

    100% {
        left: 110%;
    }
}

@keyframes box {

    0%,
    40% {
        top: -20%;
    }

    60% {
        top: 40%;
        left: 51%;
    }

    100% {
        top: 40%;
        left: 112%;
    }
}

@keyframes text1 {
    0% {
        opacity: 1;
    }

    20%,
    100% {
        opacity: 0;
    }
}

@keyframes text2 {

    0%,
    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.profile_container .shop_type {
    border: 1px solid;

}

.profile_container .shop_type.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
}

.profile_container .shop_type:not(.active) {
    border-color: var(--neutral-gray);
    color: var(--main-black);
    font-weight: bold;
}

.profile_container .account_type {
    border: 1px solid;

}

.profile_container .account_type.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;

}

.profile_container .account_type:not(.active) {
    border-color: var(--neutral-gray);
    color: var(--main-black);
    font-weight: bold;
}

.single_product_image {
    background: var(--white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cart-black-cover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.img_product {
    height: 298px;
    display: flex;
    align-items: center;
}

.img-shop-home {
    margin-top: 31% !important;
}

.h-flag {
    height: 17px;

}

.whish_count {
    position: absolute;
    top: -3px;
    left: 35px;
    background-color: #f28b00;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #f4f4f4;
    font-size: 11px;
    border-radius: 50%;
}

/* Google Map */

.home_map {
    height: 310px !important;
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
}

.main_map_container {
    padding: 21px 0px !important;
    position: absolute !important;
    left: 35px !important;
    bottom: 0px !important;
}

.map_container img[alt="Google"] {
    display: none !important;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.control-wrapper {
    background-color: white;
    cursor: pointer;
    text-align: center;
    width: 116px;
    height: 50px;
    border-radius: 4px;
    border: none;
    display: flex;
    padding: 4px;
    transition: all .3s linear;
}


#map {
    border-radius: 12px;
}

.gmnoprint {
    display: none;
}

.zoom {
    height: 100%;
    background-image: url("/front_assets/images/icons/add.svg");
    background-repeat: no-repeat;
    flex: 2;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    cursor: pointer;
}


.zoom:nth-child(1) {
    border-left: 1px solid var(--neutral-silver);
}

.zoom_out {
    background-image: url("/front_assets/images/icons/minus.svg");
}

.control-location {
    width: 50px;
    background: white;
    display: flex;
    margin-right: 10px;
    border-radius: 5px;
}

.control-location .location {
    height: 100%;
    background-image: url("/front_assets/images/icons/location.svg");
    background-repeat: no-repeat;
    flex: 2;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    cursor: pointer;
}

.icon_shop_map svg {
    width: 20px;
    position: absolute;
    margin-right: 10px;
    margin-top: 6px;
}

.shop_listing input {
    padding-right: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    border: none;
}

.search_results {
    padding: 20px;
    margin-top: 5px;
    border-radius: 7px;
    background-color: var(--white);
}

.search_result {
    color: var(--main-black);
}

.search_result:hover {
    color: var(--primary-color);
}

.search_results .empty_results svg {
    width: 152px !important;
    height: 152px !important;
}

.shop-loader {
    width: 50px;
    height: 50px;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #101728;
    animation: s5 1s infinite linear;
}

.shop-loader::before,
.shop-loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: s5 2s infinite;
}

.shop-loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes s5 {
    100% {
        transform: rotate(1turn)
    }
}

.shop_search_logo {
    width: 50px;
    height: 50px;
}

.location_cursor {
    bottom: 20%;
    padding: 0 5px;
    left: 7px;
    cursor: pointer;
}

.shop_search_sec {
    opacity: 1;
    transition: all .3s linear;
    max-height: 200px;
}

.shop_search_sec.shop {
    opacity: 1;
    transition: all .3s linear;
    max-height: 520px;
    overflow-y: auto;
}

.search_results {
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.shop_search_sec.disactive {
    pointer-events: none;
    opacity: 0;
    max-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: none;
}

.shop_search_sec:not(.disactive) {
    position: relative;
}

.empty_search_results {
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
    background: var(--dark-brown);
    color: var(--white);
}

.gm-style .gm-style-iw-d {
    font-size: 13px;
    font-weight: bold;
    font-family: 'dinNext';
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    background-color: var(--dark-brown);
}

.gm-style-iw-t {
    bottom: 0px !important;
}

.shop_place img {
    width: 25px;
    height: 25px;
    margin: 0 10px;
    border-radius: 50%;
}

/* Shops */

.btn-next-hover,
.btn-back-hover {
    transition: all .3s linear !important;
}

.btn-next-hover:hover,
.btn-back-hover:hover {
    background-color: var(--main-black) !important;
    border: none;
    color: var(--white) !important;
}

.form-select2 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    border-color: #ced4da;
}

.hidden_qimma {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s linear;
}

.phone-button {
    border-radius: 8px;
    height: 37px;
    margin-top: 11px;
    padding: 7px 18px;
}

.search_icon svg {
    top: 12px !important;
    position: absolute;
    padding: 3px;
    right: 6px;
}

.input-change-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-otp {
    text-align: center;
    line-height: 15.2px;
    font-size: 18px;
    font-weight: bold;
}

.button-change-phone {
    justify-content: center;
    width: 100%;
    height: 50px;
    background: var(--primary-color);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: var(--white);
    flex: none;
    opacity: 1 !important;
    margin: 0;
}

.img-loader-change {
    padding: inherit;
    height: 39px;
}

.div-phoneChange {
    pointer-events: none;
}

/* Status */
/* New */
[status="status-new"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Canceled */
[status="status-canceled"] {
    color: var(--semantic-red);
    background: var(--status-red);
}

/* Address Confirmed */
[status="status-addressConfirmed"] {
    color: var(--semantic-green);
    background: var(--status-green);
}

/* Waiting Address Confirmation */
[status="status-waitingAddressConfirmation"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Branch Assigned */
[status="status-branchAssigned"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Assigned to Warehouse */
[status="status-assignedToWarehouse"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Searching Driver */
[status="status-searchingDriver"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Shipment Created */
[status="status-shipmentCreated"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Going to Pickup */
[status="status-goingToPickup"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Arrived Pickup */
[status="status-arrivedPickup"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Picked Up */
[status="status-pickedUp"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* In Transit */
[status="status-inTransit"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Arrived Origin Terminal */
[status="status-arrivedOriginTerminal"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Out for Delivery */
[status="status-outForDelivery"] {
    color: var(--neutral-violt);
    background: var(--status-purple);
}

/* Arrived Destination */
[status="status-arrivedDestination"] {
    color: var(--semantic-green);
    background: var(--status-green);
}

/* Shipment In Progress */
[status="status-shipmentInProgress"] {
    color: var(--semantic-violt);
    background: var(--status-purple);
}

/* Delivered */
[status="status-delivered"] {
    color: var(--semantic-blue);
    background: var(--status-blue);
}

/* Undelivered Attempt */
[status="status-undeliveredAttempt"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Confirmed Return */
[status="status-confirmedReturn"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Returned */
[status="status-returned"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Return Processing */
[status="status-returnProcessing"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Return Shipment Processing */
[status="status-returnShipmentProcessing"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Shipment Canceled */
[status="status-shipmentCanceled"] {
    color: var(--semantic-red);
    background: var(--status-red);
}

/* Shipment On Hold */
[status="status-shipmentOnHold"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Shipment On Hold to Cancel */
[status="status-shipmentOnHoldToCancel"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Shipment On Hold Warehouse */
[status="status-shipmentOnHoldWarehouse"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* Pickup From Store */
[status="status-pickupFromStore"] {
    color: var(--neutral-dark-gray);
    background: var(--status-gray);
}

/* status svg */
[status="status-delivery"] svg path {
    fill: var(--semantic-blue);
}

[status="status-shipping"] svg path {
    fill: var(--violt-color);
}

[status="status-preparing"] svg path {
    fill: var(--semantic-orange);
}

[status="status-new"] svg path {
    fill: var(--neutral-dark-gray);
}

[status="status-reach"] svg path {
    fill: var(--semantic-green);
}

[status="status-cancel"] svg path {
    fill: var(--semantic-red);
}

/* datatabe */
.dataTables_wrapper {
    display: none;

}

.rounded-sm {
    border-radius: 6px !important;
}

/* copy */
.copy_text {
    position: absolute;
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    width: 100px;
    height: 30px;
    background: var(--neutral-dark-gray);
    display: flex;
    justify-content: center;
    align-content: c;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    transition: all .2s ease-in-out;
}

.copy_text .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--neutral-dark-gray);
    position: absolute;
    top: -6px;
    right: 14px;
}

.action_commission {
    cursor: pointer;
}

.action_commission:hover .copy_text {
    transform: translateY(25px);
    opacity: 1;
}

.icon-like {
    color: #4F4F4F;
}

.notification_content {
    clear: left;
}

.notification {
    padding: 17px;
    overflow-y: scroll;
    max-height: 85px;
}

.notification h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #EDEFF0;
    margin: 9px 0px;
}

.notification_ellipse {
    margin-top: 10px;
}

.ellipse {
    width: 12px !important;
    height: 12px !important;
}

.notification_ellipse {
    margin-top: 11px;
}

.notification_date {
    color: #636E72;
    font-size: 12px;
}

.notification_title {
    font-size: 16px;
}

/* Icon bar */
.icon-bar {
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    width: 52;
    align-items: flex-end;
    padding: 0 4px;
    box-shadow: 0px 20px 60px 6px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    z-index: 10;
}

.icon-bar a {
    display: block;
    padding: 10px;
    color: var(--main-black);
}

.icon-bar a:hover:not(.not_fillable) svg path {
    fill: var(--dark-brown);
}

.icon-bar a.not_fillable:hover svg path {
    stroke: var(--dark-brown);
}

.icon-bar a:active:not(.not_fillable) svg path {
    fill: var(--semantic-blue);
}

.icon-bar a.not_fillable:active svg path {
    stroke: var(--semantic-blue);
}

.icon-bar a :not(.not_fillable) svg path,
.icon-bar a.not_fillable:hover svg path {
    transition: all .3s linear;
}

.story-time {
    top: 17px;
    right: 179px;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 6;
}

/*shipping */
.partners_card {
    border: solid var(--semantic-green) 1px;
}

/*payment*/

.wpwl-control {
    padding-left: 0px !important;
}

.success_cart {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 1px -6px 17px 0px rgb(0 0 0 / 5%);
    height: 446px;
    width: 80%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success_image {
    width: 10%;
}

.success_image img {
    width: 100% !important;
    height: 100% !important;
}

.success_cart p {
    width: 43%;
    font-size: 20px;
}

.success_cart .success_image {
    padding-top: 25px;
}

.success_cart p {
    padding-top: 16px;
}

.success_cart a {
    margin: 25px 0px;
}

.success_section {
    margin: 57px 0px;
}

.mt--1 {
    margin-top: -1%;
}

.subscription_box {
    width: 91% !important;
}

/* Price Ranger Wrapper */

.wrapper {
    position: relative;
    width: 95vmin;
    background-color: #ffffff;
    padding: 50px 40px 20px 40px;
    border-radius: 10px;
}

.wrapper_container .container {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 30px;
}

.wrapper_container input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.wrapper_container .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.wrapper_container input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.wrapper_container input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.wrapper_container input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.wrapper_container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.wrapper_container input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.wrapper_container input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.wrapper_container input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #3264fe;
}

.wrapper_container .values {
    background-color: #3264fe;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
}

.wrapper_container .values:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid #3264fe;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    bottom: -14px;
    left: 0;
    right: 0;
}

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -22px;
    background-color: white;
    align-items: center;
    justify-content: space-around;
    padding-right: 9px;
    padding: 1px 12px;
    overflow-y: scroll;
    border-radius: 4px;
    z-index: 8;
    position: relative;
    border: 1px solid #d2d2d2f7;
}

.faq-list * {
    text-decoration: none;
    color: var(--main-black);
}

.faq-list h3 {
    margin: 0;
    font-size: 24px;
}

.faq-list p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.faq-list .answer {
    display: none;
}

.faq-list .answer.show {
    display: block;
    margin-top: 10px;
}

#no-results {
    display: none;
    color: red;
    font-weight: bold;
}

.search_wrapper {
    margin-bottom: 0 !important;
}

/* Stories */
.stories.carousel .story {
    width: fit-content !important;
}

.stories.carousel .story .item-link .item-preview {
    height: 10vw !important;
}

/*price range */

.ui-widget.ui-widget-content {
    border: #f6f6f6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
    background: #ccc !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: #efefef;
    height: 11px;
    border-radius: 20px;
}

.ui-state-default {
    border-radius: 50% !important;
    border: navajowhite !important;
    box-shadow: 1px 0px 2px #e5e5e5 !important;
}

.ui-state-default::before,
.ui-state-active::before {
    content: attr(value);
    width: max-content;
    height: 20x;
    margin: 10px;
    position: absolute;
    top: 10px;
    font-size: 13px;
    display: flex;
    font-weight: bold;
    margin: 12px -3px;
    font-family: 'dinNext', sans-serif;
}

.ui-state-default:focus {
    outline: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: var(--dark-brown) !important;
}

.card_boutique {
    margin-right: 8px !important;
}

.medal_design {
    right: 7px;
}

.wissam_image_wrapper {
    padding: 8.5px 8.5px 8.5px 8.5px;
    width: 167px;
    margin: 0 auto;
}

.wissam_image_wrapper .medal img {
    width: 45px;
}

.wissam_content_wrapper {
    box-shadow: -3px -10px 17px #eeeded;
    border: 1px solid #eeeeee;
    position: relative;
    top: -82px;
}


/* header responsive */
@media (min-width: 1600px){
    .search_icon_wrapper{
        margin-top: 7px !important;
    }
}
/*end  header responsive */
.ad-guest {
    font-size: 13px !important;
    color: var(--neutral-dark-gray) !important;
}
.social_icon a{
    width: 21px;
}

.optional-seller {
    line-height: 24px !important;
    margin: 0;
}
.Tracking{
    background-color: var(--dark-brown);
}

.steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.steps .step .step-icon-wrap {
    position: relative;
    width: 100px;
    height: 80px;
}

.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    left: 70%;
    top: 60px;
    width: 2px;
    height: 68%;
    margin-left: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1;
}




.steps .step .step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5;
}



.steps .step .step-content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.steps .step .step-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
}

.steps .step .step-date {
    color: #606975;
    font-size: 13px;
}


.steps .step:first-child .step-icon-wrap::before {
    display: none;
}

.steps .step:last-child .step-icon-wrap::after {
    display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #0da9ef;
}

.steps .step.completed .step-icon {
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #fff;
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none;
    }
    .container-checkbox {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}
.qimma_star_carousel  .owl-item .rounded-famous img{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.form-adjustify .img-reg-seller img {
    height: 440px;
    width: 550px;

}

.img-reg{
    height: 564px !important;
}
.qimma_star_carousel .owl-item .rounded-famous img {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    padding: 3px;
}
.catParent{
    text-decoration: underline;
    font-size: 15px !important;
    color: gray;
}

input[name="card.number"]{
    direction: ltr !important;

}
